/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 0.7em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ol, ul {
	padding: 0 0 0 30px;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Global Styles */
body {
	font-family: 'Open Sans', sans-serif;
	color: #4D4E4E;
	background-image: none;
}

a,
a:active,
a:focus {
	color: #00A2CF;
	text-decoration: none;
	outline: none;
	font-weight: normal;
}

#search-icon{
	position: relative;
	display: inline-block;
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	background: url(../images/search-icon.png) no-repeat 0 0;
}

#search-wrap {
	float: left;
	display: hidden;
	margin: 10px 0px 0px 15px;
}

#search-box {
	display: block;
	position: relative;
	float: right;
	margin: 0;
}
#search-box input, #forum-search input {
	padding: 6px 25px 6px 5px;
	width: 200px !important;
	border: 1px solid #ccc;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #222;
	background-image: none;
}
#search-box button, #forum-search input.button2 {
    position: absolute;
    display: block;
    top: 28px;
    right: 10px;
    margin-top: -6px;
    width: 13px !important;
    height: 13px;
    border: none;
    background: url(../images/search-button.png) no-repeat 0 0;
    padding: 0;
}


// Expanding search box.
.searchcontainer{
	position: absolute;
	right: 0;
	top: -15px;
	width: 50px;
    margin:50px auto;
}
.searchbox{
	position: absolute;
	top: -15px;
	right: 0;
	min-width:50px;
	width:0%;
	height:50px;
	float:right;
	overflow:hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}
.searchbox_input:autofill {
    background-color: #aaaaaa;
    background-image: none;
    color: #000000;
}
.searchbox-input{
	position:absolute;
	top:10px;
	right:0;
	border:0;
	outline:0;
	background:#ffffff;
	width:400px;
	height:20px;
	margin:0;
	padding-left: 20px;
	font-size:20px;
	color: #606060;
}
.searchbox-input::-webkit-input-placeholder {
	color: #aaaaaa;
}
.searchbox-input:-moz-placeholder {
	color: #aaaaaa;
}
.searchbox-input::-moz-placeholder {
	color: #aaaaaa;
}
.searchbox-input:-ms-input-placeholder {
	color: #aaaaaa;
}

.searchbox-icon,
.searchbox-submit{
	width:50px;
	height:50px;
	display:block;
	position:absolute;
	font-family:verdana;
	font-size:22px;
	top:0;
	right:0;
	padding:0;
	margin:0;
	border:0;
	outline:0;
	line-height:50px;
	text-align:center;
	cursor:pointer;
	color:#dcddd8;
	background: #ffffff url(../images/search-icon.png) no-repeat 50% 50%;
	// background:#172b3c;
}

.searchbox-open{
	width:100%;
}
// End expanding search box

.pie {
	behavior: url(/infotrax/public/javascript/vendor/PIE.htc);
}

body.position-fixed{
	position:fixed;
}

.title {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 10px 0px 10px 15px;
	background-color: #4D4E4E;
	clear: both;
}
.editors-picks {
	margin-bottom: 30px;
}
.title h2 {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding-bottom: 0px;
}
.title h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-transform: capitalize;
	color: #fff;
	margin: 0;
}
.title h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: #fff;
	margin: 0;
}
.title .subtitle {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	margin: 0;
}
.content-view-more {
	margin: 30px 0px 15px 0px;
	text-align: right;
}
.content-view-more .view-more{
	display: block;
	font-size: 12px;
	color: #4D4E4E;
}

.title .see-more {
	display: block;
	font-size: 12px;
	color: #fff;
}
.title .sort-by {
	display: block;
	font-size: 12px;
	color: #fff;
}
.title .add-company {
	display: block;
	font-size: 12px;
	color: #fff;
}
.title-link{
	position: absolute;
	top:0px;
	right: 15px;
	height: 100%;
}
.title-link.plus{
	right: 48px;
}
.title-link.back{
	right: 48px;
}
.title-link.plus a:after{
	position: absolute;
	content: "";
	width: 16px;
	height: 17px;
	margin-left: 8px;
	background: url(../images/plus-white-button-sm.png) no-repeat 0 0;
}
.title-link.back a:after{
	position: absolute;
	content: "";
	width: 16px;
	height: 17px;
	margin-left: 8px;
	background: url(../images/backarrow-white-button-sm.png) no-repeat 0 0;
}

.vertical-container {
	font-size: 0;
	height: 100%;
}
.vertical-center {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.vertical-container:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
}

.read-more, .view-more {
	white-space: nowrap;
}
.title p {
	float: right;
	font-size: 12px;
	color: #4d4d4d;
	margin: 4px 0 0 0;
}
.title p a {
	color: #00A3CF;
	margin-left: 10px;
}
.bluetitle {
	position: relative;
	overflow: hidden;
	margin: 28px 0px 28px 0px;
	border-bottom: 1px solid #ccc;
	background-color: #00A2CF;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.bluetitle h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	margin: 10px 0px 10px 15px;
	padding-bottom: 0px;
}

.bluetitle .see-more {
	display: block;
	font-size: 12px;
	color: #fff;
}
.bluetitle .arrow {
	width: 21px;
	height: 20px;
	margin-left: 5px;
	margin-bottom: 3px;
	background: url(../images/arrow-white-button-med.png) no-repeat 0 0;
}

.arrow, .gray-arrow,
.down-arrow {
	display: inline-block;
	vertical-align: middle;
}
.gray-arrow {
	width: 17px;
	height: 17px;
	margin-left: 5px;
	background: url(../images/arrow-gray-button-sm.png) no-repeat 0 0;
}
.arrow {
	width: 17px;
	height: 17px;
	margin-left: 5px;
	background: url(../images/arrow-white-button-sm.png) no-repeat 0 0;
}
.arrow.blue {
	background: url(../images/arrow-blue.png) no-repeat 0 0;
}

.down-arrow {
	width: 9px;
	height: 5px;
	margin-left: 8px;
	background: url(../images/down-arrow.png) no-repeat 0 0;
}

.aside-block {
	margin-bottom: 30px;
}

.listing-feature {
	position: relative;
	background-color: #F8F8F8;
	margin: 0 !important;
}
.listing-feature-content {
	position: relative;
	padding: 40px;
	background-color: #f8f8f8;
}
.listing-feature-content p {
	font-size: 15px;
	font-weight: normal;
}
.listing-feature-content h2,
.listing-feature-content h2 a {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #4D4E4E;
	margin: 0 0 15px;
	font-weight: 400;
}
.listing-feature-content h3 {
	font-weight: 200 !important;
	font-size: 16px !important;
	text-transform: none !important;
	font-style: italic;
}
.listing-feature-image {
	position: relative;
}
.listing-feature-image img {
	max-width: 624px;
	height: auto;
}
.listing-feature-image h5 {
   position: absolute;
   font-weight: 300;
   bottom: 0;
   left: 10px;
   width: 100%;
   color: #fff;
}
.listing-feature-content .read-more {
	position: absolute;
	font-size: 1.2em;
	font-weight: 700;
	bottom: 30px;
	right: 30px;
	white-space: nowrap;
}
.listing-feature-content .date {
	margin-bottom: 15px;
	display: block;
}
#listings li.listing-thumbed {
	width: 47%;
	margin-right: 5%;
	display: inline-block;
	vertical-align: top;
}
#listings li.listing-thumbed:nth-child(odd){
	margin-right: 0;
}
#listings li.weekly-listing-thumbed {
	width: 47%;
	margin:  30px 6% 0px 0px;
	float: left;
}
#listings li.weekly-listing-thumbed:nth-child(even){
	margin-right: 0;
}

.listing-detail h2,
.listing-detail h2 a {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #4D4E4E;
	margin: 0 0 15px;
	font-weight: 400;
}
.listing-detail h4 {
	font-weight: normal;
	margin-top: 0px;
	font-size: 13px;
}
.listing-detail.search h2 {
	margin-bottom: 10px;
}
.listing-detail p {
	font-size: 12px;
	line-height: 2em;
	color: #4d4d4d;
	margin: 0 0 5px 0;
}
.listing-detail p span {
	margin: 0;
	font-size: 11px;
	color: #b7b7b7;
}
.listing-detail p a {
	color: #00A3CF;
}
.listing-left {
	float: left;
	margin-right: 20px;
}
.listing-thumb {
	width: 200px;
	height: 150px;
	overflow: hidden;
}
.listing-thumb img {
	position: relative;
	width: auto;
	height: 150px;
	left: 50%;
	transform: translateX(-50%);
}

.listing-content {
	margin-left: 0px;
	float: left;
	width: calc(100% - 220px);
}
.listing-content.full-width {
        width: calc(100% - 20px);
}
.listing-content h3, .listing-detail h3 {
	font-weight: 200 !important;
	font-size: 15px !important;
	text-transform: none !important;
	font-style: italic;
}
.popup {
	width: 300px;
	display: none;
}
.popup .form-pair {
	margin-bottom: 20px;
}
.popup p {
	font-size: 11px;
	color: #252525;
	margin: 0 0 20px;
}
.popup p a {
	color: #00A3CF;
}
.popup .submit label {
	font-weight: normal;
}

/* Modal for Submit an Article */
.modalDialog {
	display: none;
	position: fixed;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

.modalDialog:target {
	display: block;
	pointer-events: auto;
}
.modaltoggle{
	cursor: pointer;
}
.modalDialog > div {
	width: 700px;
	position: relative;
	margin: 100px auto;
	padding: 40px 50px 80px 50px;
	background: #fff;
}
.modalDialog h2 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	color: #4D4E4E;
}
.modalclose {
	background: url(../images/form-close-button.png) no-repeat right white;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 22px;
	height: 21px;
}

/* Submit and Article Form */
.wpcf7 input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	padding: 15px;
    background-color: #fff;
    color: #a7a4a4;
	border: 2px solid #C6C5C5;
}

.wpcf7 input::-webkit-input-placeholder {
	color: #6f6f6f;
}
.wpcf7 input:-moz-placeholder { /* Firefox 18- */
color: #6f6f6f !important;
}

.wpcf7 input::-moz-placeholder {  /* Firefox 19+ */
color: #6f6f6f !important;
}

.wpcf7 input:-ms-input-placeholder {
color: #6f6f6f !important;
}
.wpcf7 textarea {
	width: 95%;
}
.wpcf7 textarea {
	width: 95%;
}
.wpcf7 textarea::-webkit-input-placeholder {
	color: #6f6f6f;
}
.wpcf7 textarea:-moz-placeholder { /* Firefox 18- */
color: #6f6f6f !important;
}

.wpcf7 textarea::-moz-placeholder {  /* Firefox 19+ */
color: #6f6f6f !important;
}

.wpcf7 textarea:-ms-input-placeholder {
color: #6f6f6f !important;
}
.wpcf7 input[type="submit"] {
	background-color: #00A2CF;
	color: #fff;
	text-transform: uppercase;
	border-style: none;
	margin-top: 15px;
	padding: 15px 40px 15px 40px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.wpcf7 h3 {
	margin-bottom: 5px;
	line-height: 0px;
}
.inputsection {
	margin-top: 25px;
}

/* Custom Select */
.styled-select{
	font-family: 'Open Sans', sans-serif;
	margin: 0px 10px 0px 10px;
	height: 17px;
}

.customSelect {
	color: #00A3CF;
	font-size: 12px;
	margin-left: 0px;
	background: url(../images/down-arrow-blue.png) no-repeat right white;
	background-color: transparent;
	width: 108px;
}
.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
}
.customSelect.customSelectOpen {
/* Styles for when the select box is open */
}
.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
}
.customSelectInner {
	width: 100% !important;
}

/* Form */
.form-section{
	margin-bottom:40px;
}
.form h4 {
	font-size: 16px;
	color: #252525;
	padding-bottom: 5px;
	margin: 0 0 25px;
	border-bottom: 1px solid #ccc;
}
.form label {
	font-size: 12px;
	font-weight: bold;
	color: #252525;
}
.form .checkbox-field label {
	font-weight: normal;
}
.form .checkbox-section {
	padding: 30px 0;
	margin: 40px 0 30px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.form .form-pair label {
	display: block;
	margin-bottom: 5px;
}
.form .text {
	font-size: 12px;
	width: 288px;
	padding: 6px 15px;
	border: 1px solid #ccc;
	height:15px;
}
.form .submit button, .form .submit input {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 40px 15px 40px;
	margin-right: 20px;
	border: none;
	background: #00A2CF;

}
.form .submit em {
	font-size: 11px;
	color: #252525;
}
.form .submit em span {
	color: #00A3CF;
}

span.wpcf7-not-valid-tip{
	position:relative;
	left:0;
	width:auto;
}

.wpcf7-validation-errors{
	display: none !important;
}

/* Tabs */
.tabs-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 35px;
	border-bottom: 1px solid #ccc;
}
.tabs-nav li {
	float: left;
	height: 31px;
	border-top: 4px solid #fff;
}
.tabs-nav a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #252525;
	margin: 6px 14px;
}
#directory-detail .tabs-nav a{
	text-transform: capitalize;
}
.tabs-nav .active {
	border-top: 4px solid #00A3CF;
}
.tabs-nav .active span{
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.tabs-nav .active a {
	color: #00A3CF;
	background: #fff;
	margin-bottom: 7px;
}
.tabs-block-container {
	position: relative;
}
.tabs-block {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

/* Header */

#super-header {
	height: 30px;
	/*background: #4d4e4e;*/
	/*border-bottom: 1px solid #d9d9d9;*/
	margin-bottom: 22px;
}
#super-header nav {
	display: inline;
	margin-left: 30px;
	margin-bottom: 5px;
}
#super-header nav a {
	margin: 0 3px;
}
#super-header div {
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
	line-height: 25px;
	height: 30px;
	vertical-align: baseline;
	width: 948px;
}
#super-header a {
	vertical-align: middle;
	display: inline-block;
}
.sponsored-arrow {
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 4px;
	background: url(../images/down-arrow-red.png);
}
.rotate-up{
	-webkit-transform: rotate( 180deg );
	-moz-transform: rotate( 180deg );
	-ms-transform: rotate( 180deg );
	-o-transform: rotate( 180deg );
	transform: rotate( 180deg );
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.sponsored-by {
	cursor: default;
	display: block;
	float: left;
	padding: 8px 36px;
	margin-right: 10px;
	color: #595959;
}
.sponsorlist {
	list-style-type: none;
    margin: 0;
    padding: 0;
	display: inline-block;
	float: left;
	width: calc(100% - 179px);
}
.sponsorlist li {
	display: inline-block;
}
.sponsorlist li a {
	padding: 8px 15px;
}
.graylogo {
	max-width: 150px;
	height: auto;
}
.whitelogo {
	max-width: 80px;
	height: auto;
}
.headicon{
	margin-left: 20px;
}
.linked-in-gray { height: 15px; width: 15px; background-position: -86px 0; }
.twitter-gray { height: 15px; width: 15px; background-position: -105px 0; }
.facebook-gray { height: 15px; width: 15px; background-position: -121px 0; }
.rss-gray { height: 15px; width: 15px; background-position: -137px 0; }

.linked-in-gray-filled{ height:16px; width: 16px; background-position: -141px -22px; }
.facebook-gray-filled{ height:16px; width: 16px; background-position: -121px -22px; }
.twitter-gray-filled{ height:16px; width: 16px; background-position: -161px -22px; }

.infotrax {
	width: 79px;
	height: 16px;
	margin: 0 3px 5px;
}

/* Header Ad */
#ad {
	text-align: center;
	margin-bottom: 15px;
}

/* Main Header */
#main-header {
	margin: 0;
	padding-top: 20px;
}

#home-hero-article {
	position: relative;
	color: #fff;
}
#content-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}
#content-container .wrapper{
	height: 100%;
}

#hero-image {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	height: 350px;
}

#home-hero-article {
	overflow: hidden;
}

#home-hero-article h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 37px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 35px;
	margin-bottom: 15px;
	width: 74%;
}
#home-hero-article span.byline{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
#home-hero-article .blurb{
	font-family: 'Open Sans', sans-serif;
	margin-top: 30px;
	font-size: 18px;
	font-weight: 100;
	width: 60%;
}
#home-hero-article span.read-more{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	/* background: url(../images/arrow-white.png) no-repeat right 2px transparent; */
	padding-right: 10px;
	white-space: nowrap;
}

#home-hero-article a:link, #home-hero-article a:visited, #home-hero-article a:hover, #home-hero-article a:active{
	color: #fff;
}

.feat-thumb {
	position: relative;
	max-width: 100%;
	height: 168px;
	overflow: hidden;
}
.feat-thumb img {
	width: 100%;
	height: auto;
}
.feat-thumb h5 {
   position: absolute;
   font-weight: 600;
   bottom: 0px;
   left: 12px;
   width: 100%;
   color: #fff;
   margin-bottom: 8px;
}

.feat-title {
	margin: 15px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #252525;
}
.feat-title h5 {
   position: relative;
   font-weight: 500;
   color: #4D4E4E;
   margin: 0;
}
.feat-title p {
	font-weight: normal;
	font-style: italic;
}
.feat-title a:link, .feat-title a:visited, .feat-title a:hover, .feat-title a:active  {
	font-weight: bold;
	color: #252525;
}
.feat-content {
	margin: 20px 0px 25px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 1.9em;
	color: #4E4E4E;
	overflow: hidden;
}
#mlm-logo {
	display: block;
	float: left;
	width: 382px;
	height: 42px;
	background: url(../images/mlm_logo.png) no-repeat 0 0 !important;
}
#last-updated {
	float: right;
	width: 201px;
	text-align: center;
}
#last-updated p {
	font-size: 12px;
	color: #252525;
	margin: 6px 0 0;
}
#last-updated p em {
	color: #acacac;
}
#nav-bar {
	font-size: 13px;
	margin-bottom: 0px;
	overflow: visible;
}
#menu-icon {
	display:none;
}
#close {
	display:none;
}

#upperhead{
	margin-bottom: 0px;
}
.headsocial {
	float: right;
	margin-top: 12px;
	margin-right: 20px;
}

#lowerhead{
	position: relative;
}

#upperhead a, #lowerhead a {
	font-size: 13px;
	font-weight: normal;
	color: #000 !important;
	text-transform: uppercase;
}
#lowerhead .dark-bar a {
	color: #fff !important;
}
#lowerhead .dark-bar .sub-menu a {
	color: #4D4E4E !important;
}
#lowerhead .dark-bar .sub-menu li:hover a {
	color: #00A3CF !important;
}
.dark-bar {
	background: #4D4E4E;
	margin-top: 20px;
}
.dark-bar .sub-menu {
	top: 33px;
}
.dark-bar #header-nav > li {
	top: 13px;
	background: #4D4E4E;
}

.dark-bar .searchbox-input {
	top: 7px;
	background: none;
}

.dark-bar #search-box input {
	color: #fff;
}
.dark-bar #search-box button {
	top: 24px;
}

.dark-bar #header-nav > li > a {
	background: #4D4E4E;
	color: #fff;
	padding-top: 13px;
	padding-bottom: 9px;
}

.dark-bar #header-nav > li > .active {
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #00A2CF;
	border-right: 1px solid #00A2CF;
	background: #00A2CF;
}

#main-nav a {
	padding-right: 36px;
	padding-bottom: 8px;
}
#main-nav a:first-child{
	margin-left: 0px;
}
/*#main-nav a.active{
	border-bottom: 4px solid #00A3CF;
}*/
#main-nav a:hover{
	text-decoration: none;
	color: #00A3DF !important;
}
#main-nav {
	margin-top: 7px;
}
#menu-item-8473 a:hover {
	color: #FFF !important;
	background-color: #00A3DF !important;
}
.DistributorForum {
	margin-right: 0px !important;
}
#register-login{
	float: right;
	margin: 0 0 0;
	text-align: right;
	font-size: 12px !important;
}
#register-login a {
	margin: 0 0 0 5px;
	color: #00A3CF !important;
	font-size: 12px !important;
	text-transform: capitalize;
}
#register-login-site {
	float: right;
	height: 28px;
	line-height: 30px;
	text-align: right;
	font-size: 12px;
	margin: 0 30px 0 0;
	background: #7fc1d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
#register-login-site a {
	color: #fff;
	font-size: 12px;
	text-transform: capitalize;
}
#register-login-site a, #register-login-site span {
	float: left;
}
#register-login-site span {
	margin: 0 8px;
	color: #fff;
}
#other-links {
	float: right;
	margin: 0 10px 0;
	text-align: right;
	font-size: 12px !important;
}
#register-login a:hover{
	text-decoration: none;
}
#other-links a.links {
	font-family: Arial;
	font-weight: normal;
	color: #000000 !important;
}
#other-links span.dot {
	font-family: Arial;
	font-weight: normal;
	color: #acacac;
	margin: 0 5px;
}

.wrapper {
	max-width: 948px;
	margin: 0 auto;
}

/* Content */
#content {
	padding-top: 30px;
}
#content-left {
	float: left;
	width: 66%;
}
#content-right {
	float: right;
	width: 32%;
	border: 0;
}
#content-full p {
	font-size: 14px;
	color: #4d4d4d;
	margin: 0 0 25px;
}
#content-full h4 {
	font-size: 16px;
	color: #252525;
	padding-bottom: 5px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
}
#content-full ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content-full li {
	font-size: 14px;
	color: #4d4d4d;
	margin-bottom: 5px;
}
#content-full li a {
	color: #00A3CF;
}
#content-page {
	/* width: 625px; */
}
#content-half-left {
	float: left;
	width: 461px;
}
#content-half-right {
	float: right;
	width: 461px;
}
#content-half-right ul {
	float: left;
	width: 230px;
}
#content .spacer {
	height: 35px;
}
/* Slideshow */
#gallery {
	position: relative;
	margin-bottom: 40px;
}
#slideshow {
	overflow:hidden;
}
#slideshow img {
	margin-bottom: 15px;
	border: 1px solid #ebebeb;
}
#slideshow .item,
#slideshow-nav {
	visibility:hidden;
}
.spotlight-image{
	height: 282px;
	margin-bottom: 15px;
}
#slideshow-nav {
	position: absolute;
	z-index: 10;
	width: 123px;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#slideshow-nav li {
	position: relative;
	height: 69px;
	margin-bottom: 2px;
}
#slideshow-nav .activeSlide span {
	position: absolute;
	top: 0;
	right: 0;
	border-top: 2px solid #00A3CF;
	border-right: 2px solid #00A3CF;
	border-bottom: 2px solid #00A3CF;
	border-left: 6px solid #00A3CF;
	width: 115px;
	height: 65px;
}
#slideshow-nav a {
	display: block;
}
#slideshow-nav img {
	vertical-align: top;
	width: 117px;
	height: 67px;
	border: 1px solid #EBEBEB;
}
#slideshow {
	height: 485px;
}

.featured_category{
	background: none repeat scroll 0 0 #1384a7;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	left: 0;
	padding: 0 20px;
	position: absolute;
	top: 0;
	line-height: 33px;
	text-transform: uppercase;
}

/* Content Hubs */
#content-hub-splashhead {
    height: 240px;
    margin: 0px;
	color: #fff;
    padding-top: 50px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
#content-hub-splashhead h1{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 35px;
	margin-bottom: 15px;
}
#content-hub-splashhead p{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	font-weight: 100;
	line-height: 1.8em;
	width: 85%;
}

/* Subcategory Menus New */
/*Strip the ul of padding and list styling*/
.zfix {
	position: relative;
	z-index: 1;
}
#subcat-menu-bar {
	width: 100%;
	height: 40px;
	background: #00A2CF;
	z-index: 100;
}

#subcat-menu-bar ul {
	list-style-type:none;
	margin: 0 auto;
	padding:0;
	text-align: center;
}

/*Create a horizontal list with spacing*/
#subcat-menu-bar li {
	display:inline-block;
	padding: 0px 10px 0px 10px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #00A2CF;
}

/*Style for menu links*/
#subcat-menu-bar li a {
	display:block;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	color: #fff;
}

/*Hover state for top level links*/
#subcat-menu-bar li:hover a {
	background: #008bb2;
}

/*Style for dropdown links*/
#subcat-menu-bar li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
#subcat-menu-bar li:hover ul a:hover {
	background: #008bb2;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
#subcat-menu-bar li ul {
	display: none;
}

/*Make dropdown links vertical*/
#subcat-menu-bar li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
#subcat-menu-bar li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
#subcat-menu-bar ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
#subcat-menu-bar .show-menu {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #008bb2;
	text-align: center;
	height: 40px;
	line-height: 40px;
	display: none;
}

/*Hide checkbox*/
#subcat-menu-bar input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
#subcat-menu-bar input[type=checkbox]:checked ~ #subcat-menu{
    display: block;
}



/* Columns */
.column {
	float: left;
	width: 300px;
	margin-left: 23px;
}
.column:first-child {
	margin: 0;
}
.column .cell{
	margin-top:20px;
}

.featured {
	height: 308px;
	margin-bottom: 30px;
}
.featured img {
	margin-bottom: 15px;
}
.featured h3,
.featured h3 a {
	font-size: 14px;
	color: #252525;
	margin: 0 0 15px;
	font-weight: bold;
}
.featured p {
	font-size: 12px;
	color: #4d4d4d;
	margin: 0 0 10px;
}
.featured p span {
	font-size: 11px;
	color: #acacac;
}
.featured p a {
	color: #00A3CF;
}
.column nav {

}
.column nav a {
	display: block;
	padding: 12px 0;
	height: 50px;
}
.column nav img {
	float: left;
}
.column nav p {
	float: right;
	width: 238px;
	font-size: 12px;
	color: #252525;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.column nav p span {
	color: #acacac;
}
#spotlight-featured {

}
.column nav.spotlight-4up {
	width: 326px;
	border-top: 0 none transparent;
}
.column nav.spotlight-4up a {
	width: 140px;
	min-height: 146px;
	display: inline-block;
	border-bottom: 0 none transparent;
	padding: 0;
	margin: 0 20px 12px 0;
}
.spotlight-4up a p {
	width: 100%;
}
.spotlight-4up a span {
	width: 100%;
}
.spotlight-4up a span.title {
	display: block;
	color: #1383a7;
	font-weight: bold;
	white-space: normal;
	border-bottom: 0 none transparent;
	margin-top: 5px;
}
.spotlight-4up a:hover span.title {
	color: #666;
}
.spotlight-4up a span.date {
	display: block;
	font-size: 11px;
	margin-top: 10px;
}
.rect-thumb {
	display: block;
	height: 78px;
	overflow: hidden;
}

/* Content Aside */
#trending-topics a {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 6px 10px;
	background: #7fc1d4;
	margin: 0 0px 3px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tabs-nav {
	height: 35px;
}
.tabs-nav a {
	font-size: 14px;
	margin: 0px 14px;
}
.tabs-nav .active a {
	margin-bottom: 7px;
}
.tabs-nav span{
	display:block;
	height:31px;
	line-height: 31px;
	padding-top: 1px;
	background-color:transparent;
}
.tabs-nav .active span{
	background-color: #fff;
}
#topics .tabs-block div {
	position: relative;
	display: block;
	font-size: 12px;
	color: #252525;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}
#topics .tabs-block div a{
	color: #252525;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	width: 298px;
	white-space: nowrap;
}
#topics .tabs-block div:first-child {
	border: none;
}
#topics .tabs-block a span {
	font-size: 11px;
	color: #acacac;
}
#topics .tabs-block .category {
	display: block;
	position: absolute;
	top: -1px;
	right: 0;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 3px 8px;
	background: #b2dae5;
}
#stay-connected ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#stay-connected li {
	float: left;
	width: 72px;
	background: #f1f1f1;
	text-align: center;
	margin-left: 4px;
}
#stay-connected li:first-child {
	margin: 0;
}
#stay-connected a {
	display: block;
	width: 72px;
	height: 70px;
	background: url(../images/social-media.jpg) no-repeat 0 0;
}
#stay-connected #twitter {
	background-position: -72px 0;
}
#stay-connected #facebook {
	background-position: -144px 0;
}
#stay-connected #rss {
	background-position: -216px 0;
}
#stay-connected p {
	font-size: 11px;
	line-height: 17px;
	color: #4d4d4d;
	margin: 10px 0;
}
#stay-connected p strong {
	color: #252525;
}

#content-right {
	font-size: 1.4em;
}

#sidebar-subscribe input{
	border: 1px solid #CCCCCC;
	height: 15px;
	padding: 5px 8px;
	float: left;
	margin-right: 10px;
	font-size: 12px;
	width: 202px;
}
#sidebar-subscribe button{
	margin: 0;
}

/* Landing pages */
#listings ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#listings li {
	margin: 30px 0px 20px 0px;
	border: 0;
}
#listings li.heading {
	margin-top: 0px;
}
#listings h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	color: #4D4E4E;
	text-transform: uppercase;
	margin-top: 0px;
}
#listings h3 a {
	color: #4D4E4E;
}
.pagination nav {
	float: left;
	clear: both;
}
.pagination a, .pagination span.current, .pagination strong {
	display: inline-block;
	padding: 3px 8px !important;
	font-size: 12px !important;
	text-align: center;
	color: #00A2CF;
	background: #fff;
	border: 2px solid #00A2Cf !important;
	font-family: 'Montserrat', sans-serif;
	line-height: 18px;
}
.pagination .active, .pagination span.current, .pagination strong {
	color: #fff;
	background: #00A3CF !important;
	border-color: #00A3CF !important;
}
.pagination span {
	font-size: 12px;
	color: #252525;
}
.pagination p {
	font-family: 'Montserrat', sans-serif;
	float: right;
	font-size: 12px;
	color: #b7b7b7;
	margin: 0;
}
.pagination .next, .pagination .prev{
	border: none !important;
}
.shadebox {
	background-color: #F8F8F8;
	padding: 5px 20px 10px 30px;
}

.shadebox a:link, .shadebox a:visited, .shadebox a:active, .shadebox a:hover {
	font-family: 'Open Sans', sans-serif;
	color: #4D4E4E;
}

/* MLM.com Newsletter */
#amazon-link {
	display: block;
	margin: 0 auto 30px;
	border: 2px solid #EFEFEF;
}
#amazon-link img {
	width: 100%;
}
#mlm-newsletter {
	background: url( ../images/mlm.com-newsletter-background.png ) 0 0 no-repeat;
	padding: 6px 25px 25px 25px;
	max-width: 100%;
}
#mlm-newsletter header {
	border-bottom: 3px solid #e1e1e1;
}
#mlm-newsletter header h2 {
	margin-top: 15px;
	font-weight: bold;
	font-size: 23px;
	color: #0083a9;
	text-transform: none;
	padding: 10px 0px 0px 0px;
}
#mlm-newsletter p {
	font-weight: normal;
	font-size: 14px;
	color: #252525;
	text-align: center;
	padding-bottom: 3px;
}
#mlm-newsletter form {
	position: relative;
	vertical-align: top;
}
#mlm-newsletter .input-field {
	display: inline-block;
	width: 145px;
	height: 31px;
	font-size: 12px;
	padding: 0 10px;
	font-weight: normal;
	border: 1px solid #e1e1e1;
}
#mlm-newsletter .submit-button {
	width: 74px;
	height: 32px;
	font-size: 12px;
	font-weight: normal;
	color: #f2f2f2;
	margin-left: 9px;
	background-color: #0083a9;
	border: none;
	border-radius: 2px;
	moz-border-radius: 2px;
	vertical-align: inherit;
}

/* Video */
#video-box {
	margin-bottom: 40px;
}
#video {
	float: left;
	width: 624px;
}
/*#latest-video {
	float: right;
	width: 300px;
}*/
.video-row {
	margin-bottom: 30px;
}
.video-row a {
	display: block;
	float: left;
	width: 192px;
	font-size: 12px;
	font-weight: bold;
	color: #00A3CF;
	margin-left: 24px;
}
.video-row a:first-child,
#all-videos .video-row a:first-child {
	margin: 0;
}
.video-row a span {
	font-weight: normal;
	color: #acacac;
}
.video-row a img {
	margin-bottom: 14px;
	width: 192px;
}
#all-videos .video-row a {
	width: 144px;
	margin-left: 12px;
}
#all-videos .video-row img{
	width: 144px;
}
#featured-video img{
	width: 300px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Directory */

#sort {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 0 3px 0px;
	margin: 20px 0 30px;
}
#sort .wrap {
	margin:0;
	width: 100%;
}
#sort a, #sort span.letter {
	font-size: 11px;
	font-weight: bold;
	color: #252525;
	margin: 0;
}
#sort a{
	color: #00A3CF;
}
#sort .active {
	color: #00A3CF;
	text-decoration: underline;
}
#sort .filter {
	display:none;
	text-transform:uppercase;
}
#sort span {
	font-size: 11px;
	color: #252525;
	margin: 0 5px;
}
#sort span.letter, #sort a{
	margin: 0 12px 0 0;
}
#sort a:first-child{
	padding: 10px;
	text-decoration: none;
	color: #fff;
	margin: 0;
}
#sort span.z, #sort a.z{
	margin-right: 3px;
}
#sort span.num{
	margin-right: 0;
}
#sort .num{
	margin: 0;
}
#directory-header {
	margin: 30px 0 19px;
	padding-bottom: 7px;
}
#directory-header p {
	float: left;
	font-size: 16px;
	color: #252525;
	margin: 0;
}
#directory-header p strong {
	color: #00A3CF;
}
#directory-header p span {
	margin: 0 5px;
}
#directory-header #back {
	display: block;
	float: right;
	font-size: 12px;
	color: #252525;
	margin-top: 4px;
}
#directory-header #back span {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 10px;
	margin-right: 5px;
	background: url(../images/left-arrow.png) no-repeat 0 0;
}
.search-item-text{
	font-size: 12px;
	color: #252525;
	margin: 0 !important;
}
#advanced {
	float: right;
	position: relative;
	z-index: 10;
}
#advanced-link {
	font-size: 12px;
	color: #4d4d4d;
}
#advanced-search {
	display: none;
	position: absolute;
	z-index: 10;
	background: #fff;
	right: 0;
	top: 30px;
	width: 594px;
	padding: 30px 0 10px 30px;
	-webkit-box-shadow: #d1d1d1 0px 2px 9px;
	-moz-box-shadow: #d1d1d1 0px 2px 9px;
	box-shadow: #d1d1d1 0px 2px 9px;
}
#advanced-search .arrow {
	display: block;
	position: absolute;
	top: -15px;
	right: 0px;
	width: 624px;
	height: 15px;
	background: url(../images/advanced-arrow.png) no-repeat 0 0;
}
#advanced-search .close {
	display: none;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 21px;
	height: 21px;
	background: url(../images/close-btn.jpg) no-repeat 0 0;
}
#directory-header #advanced-search p {
	float: none;
	font-size: 12px;
	font-weight: bold;
	color: #252525;
	padding-bottom: 5px;
	margin: 0 30px 20px 0;
	border-bottom: 1px solid #d7d7d7;
}
.search-row {
	margin-bottom: 20px;
}
.search-pair {
	float: left;
	width: 270px;
	margin-right: 24px;
}
.search-pair label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #252525;
	margin-bottom: 5px;
}
.search-pair select {
	width: 270px;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 12px;
}
.search-pair nav {
	float: right;
	margin-top: 10px;
}
.search-pair a {
	display: inline-block;
	font-size: 12px;
	text-decoration: underline;
	color: #00A3CF;
	margin-top: 12px;
}
.search-pair .button {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 6px 10px;
	margin: 0 0 0 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #408cae;
	background: -moz-linear-gradient(top, #408cae 0%, #1b4d68 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#408cae), color-stop(100%,#1b4d68));
	background: -webkit-linear-gradient(top, #408cae 0%,#1b4d68 100%);
	background: -o-linear-gradient(top, #408cae 0%,#1b4d68 100%);
	background: -ms-linear-gradient(top, #408cae 0%,#1b4d68 100%);
	background: linear-gradient(to bottom, #408cae 0%,#1b4d68 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#408cae', endColorstr='#1b4d68',GradientType=0 );
}

.directory-list {
	padding: 0;
	margin: 0px 0px 30px 0px;
	list-style-type: none;
}
.directory-list.letterbar {
	list-style: none;
	float: none;
}

.directory-item {
	width: 50%;
	float: left;
	list-style: none;
	margin: 0 0 30px 0px;
	padding: 0;
}

.directory-list h2 {
	text-transform: uppercase;
}

#directory .viewall {
	background-color: #00A2CF;
	color: #ffffff;
	padding: 3px 0px 3px 0px;
}

#directory .letterbar {
	background-color: #F8F8F8;
	width: 100%;
	margin: 10px 0px 30px 0px;
}

#directory .letterbar h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14pt;
	font-weight: 300;
	width: 35px;
	color: #fff;
	margin: 0;
	padding: 6px 10px 6px 10px;
	background-color: #00A2CF;
}

.templatescompaniesphp #directory .letterbar {
	background-color: #FFF;
}

.templatescompaniesphp #directory .numberbar {
	background-color: #FFF;
}

#directory .numberbar {
	background-color: #F8F8F8;
	width: 100%
}
#directory .numberbar h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14pt;
	font-weight: 300;
	width: 55px;
	color: #fff;
	padding: 6px 10px 6px 10px;
	margin-bottom: 20px;
	background-color: #00A2CF;
}

.directory-block {
	margin: 0px 0px 30px 0px;
	padding: 0;
}
.directory-block h2 {
	text-transform: uppercase;
}

.directory-list:nth-child(even) {
	background-color: #F8F8F8;
 }
.directory-row {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.directory-row:nth-child(even) {
	background-color: #F8F8F8;
}

.directory-left {
	float: left;
	width: 100px;
	margin-right: 20px;
}

.directory-left a {
	font-weight: bold;
	font-size: 14px;
	color: black;
	float: left;
	clear: left;
}
.directory-left a.read-more{
	font-weight: normal;
	color: #00A3CF;
	font-size: 12px;
	background: none;
	padding: 0;
	white-space: nowrap;
}
.directory-left a.read-more span{
	position: relative;
	padding: 0 0 3px;
	white-space: nowrap;
}
.directory-left a{
	display: block;
	position: relative;
	width:100px;
	height:106px;
	line-height: 106px;
	text-align: center;
	overflow: hidden;
}
.directory-left a img{
	width: 100%;
}
.directory-left span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 10px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: #b2dae5;
}
.directory-right {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 11px;
	float: left;
	padding: 15px 5px 5px 0px;
}

.directory-right h3 {
	text-transform: uppercase;
	font-size: 15px;
	color: #4D4E4E;
	margin: 0px;
}
.directory-right p {
	color: #4d4d4d;
	margin: 0 0 10px;
}

.directory-right a {
	color: #00A3CF;
}

.directory-left-company {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 15px 0px 0px 20px;
	float: left;
	width: 34%;
}
.directory-left-company span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 10px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: #00A2CF;
}
.directory-middle-company{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 15px 0px 0px 0px;
	width: 27%;
	float: left;
}
.directory-right-company {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 100;
	padding: 15px 0px 0px 0px;
	float: right;
	width: 34%;
}
.directory-left-company span.dsa, #directory-detail-left p span.dsa {
	position: relative;
	float: left;
	clear: both;
	margin: 4px 0;
}



.directory-row.author .directory-right a, .directory-row.author .directory-right span{
	float: none;
}
.directory-label{
	font-weight: bold;
}
.dsa{
	background: none repeat scroll 0 0 #00A2CF;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	left: -1px;
	padding: 3px 10px;
	position: absolute;
	top: -1px;
	line-height: normal;
}
.directory-left span.dsa, #directory-detail-left p span.dsa {
	position: relative;
	float: left;
	clear: both;
	margin: 4px 0;
}

/* Directory Detail */
#directory-detail {
	margin: 20px 0px 30px 0px;
}
#directory-detail-left {
	float: left;
	width: 222px;
}
#directory-detail-left h3 {
	font-size: 12px;
	color: #00A3CF;
	margin: 0;
}
#directory-detail-left hr {
	margin: 10px 0;
	border-color: #ccc;
}
#directory-detail-left p {
	font-size: 12px;
	color: #4d4d4d;
	margin: 0 0 20px;
}
#directory-detail-left p strong {
	color: #252525;
}
#directory-detail-left p a {
	color: #00A3CF;
}
#directory-detail-left .logo-container{
	display: block;
	position: relative;
	width:100%;
	height:auto;
	margin-bottom: 10px;
}
#directory-detail-left .contact-container{
	display: block;
	background-color: #F8F8F8;
	margin-top: 30px;
	padding: 20px;
}
#directory-detail-left .leftcol-container{
	display: block;
	padding: 20px;
}
#directory-detail-left .logo-container img{
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
#directory-detail-right {
	float: right;
	width: 364px;
	line-height: 15pt;
}
#directory-detail-right h3 {
	font-size: 18px;
	color: #252525;
	margin: 0 0 10px;
}
#directory-detail-right h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #4d4d4d;
	margin: 0;
}
#directory-detail-right h5 {
	font-size: 14px;
	color: #252525;
	margin: 0 0 10px;
}
#directory-detail-right h5 a{
	color: #252525;
}
#directory-detail-right p {
	font-size: 12px;
	color: #4d4d4d;
	margin: 0 0 10px;
}
#directory-detail-right p span {
	/*text-transform: uppercase;*/
}
#directory-detail-right .event-date {
	font-size: 11px;
	color: #b7b7b7;
	margin: 0;
}
/*
#directory-detail-right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#directory-detail-right li {
	padding-top: 24px;
	border-top: 1px solid #ccc;
}
#directory-detail-right li:first-child {
	border: none;
	padding: 0;
}
*/
#events p a{
	color:#00A3CF;
}
#directory-detail-right .listing-detail h2,
#directory-detail-right .listing-detail h2 a {
	font-size: 24px;
	color: #252525;
	margin: 0 0 15px;
	border: 0;
}
#directory-detail-right .listing-detail p {
	font-size: 12px;
	color: #4d4d4d;
	margin: 0 0 5px;
}
#directory-detail-right .listing-detail p span {
	font-size: 11px;
	color: #b7b7b7;
}
#directory-detail-right .listing-detail p a {
	color: #00A3CF;
}
#directory-detail-right .article-header{
	border-bottom: 1px solid #CCC;
	margin: 30px 0 19px;
	padding-bottom: 7px;
}
#directory-detail-right .article-header p{
	font-size:16px;
	margin:0;
	float: left;
}
#directory-detail-right .article-header .article-sort{
	float:right;
}

#author-social{
	display: inline-block;
	margin: 5px 4px 0 0;
	clear: both;
}

#author-social a{
	display: inline-block;
	margin: 5px 4px 0 0;

}
#author-social .email-icon {
	width: 17px;
	height: 12px;
	margin-right: 12px;
	background: url(../images/email-icon-blue-sm.png) no-repeat 0 0;
}
#author-social .fb-icon {
	width: 8px;
	height: 15px;
	margin-right: 12px;
	background: url(../images/facebook-icon-blue-sm.png) no-repeat 0 0;
}
#author-social .tw-icon {
	width: 18px;
	height: 16px;
	margin-right: 12px;
	background: url(../images/twitter-icon-blue-sm.png) no-repeat 0 0;
}
#author-social .lkin-icon {
	width: 18px;
	height: 16px;
	margin-right: 12px;
	background: url(../images/linkedin-icon-blue-sm.png) no-repeat 0 0;
}
#directory-detail-right li.listing-detail{
	border-top: 0;
	padding:20px 0 0 0;
	margin-bottom:20px;
	border-top: 1px solid #CCC;
	border-bottom: 0;
}
#directory-detail-right li.listing-detail:first-child{
	border: 0;
	padding: 0;
}
#directory-no-info{
	font-style: italic;
	font-size: 13px;
	background-color: #f0f8fa;
	border: 1px solid #d1e9ef;
	text-align: center;
	padding: 20px;
}
#directory-detail-location{
	clear: both;
	display: block;
}

/* Register and other forms */
.form h3 {
	font-size: 18px;
	color: #252525;
	margin: 0 0 15px;
}
.form p {
	font-size: 14px;
	color: #4d4d4d;
	margin: 0 0 30px;
}
.form .form-row {
	margin-bottom: 20px;
}
.form .form-pair {
	float: left;
	width: 300px;
	margin-left: 24px;
}
.form .form-pair:first-child {
	margin: 0;
}
.form label span {
	color: #00A3CF;
}
.form select {
	width: 300px;
	font-size: 12px;
	font-family: Lucida Grande, Arial, sans-serif;
}
.form .radio-row {
	padding: 25px 0;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.form .radio-row p,
.form .radio-pair {
	float: left;
}
.form .radio-pair {
	margin-right: 20px;
}
.form .radio-row p {
	font-size: 12px;
	color: #252525;
	margin: 3px 20px 0 0;
}
.form .radio-pair label {
	font-weight: normal;
}
.form .submit a {
	font-size: 12px;
	color: #00A3CF;
	margin-right: 18px;
	text-decoration: underline;
}
#disclaimer {
	margin-bottom: 30px;
}
#disclaimer label {
	font-weight: normal;
}
#disclaimer label a {
	color: #00A3CF;
	text-decoration: underline;
}
#form-company-add {
	min-height: 723px;
}


/* Contact */
.contact-information p a {
	color: #00A3CF;
}
.comments-questions .form-row {
	margin-bottom: 20px;
}
.comments-questions .form-pair {
	float: left;
	width: 219px;
	margin-left: 23px;
}
.comments-questions .form-pair:first-child {
	margin: 0;
}
.comments-questions.form .text {
	width: 207px;
}
.comments-questions select {
	width: 219px;
}
.comments-questions textarea {
	font-size: 12px;
	width: 449px;
	height: 86px;
	margin-top: 5px;
	padding: 6px 5px;
	border: 1px solid #ccc;
	resize: none;
}
.comments-questions #recaptcha {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.logged{
	font-size: 13px;
}

.logged a, #cancel-comment-reply a{
	color: #00A3CF;
}

/* News/Article */
#article-header h1 {
	margin: 0;
	font-size: 30px;
	margin-bottom: 20px;
}
#author-info {
	margin: 15px 0px 20px 0px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: right;
}
#author-info p {
	clear: both;
	margin: 10px 0 0;
	display: inline-block;
}
#author-info a {
	color: #00A3CF;
}
#author-info img{
	max-width: 50px;
	max-height: 50px;
	float: left;
	margin: 0 10px 0 0;
}
#author-info p:first-child {
	margin-top: 0;
}
#author-pics-row img {
	max-width: 40px;
	max-height: 40px;
}
#author-pics-row {
	margin-top: 10px;
	display: inline-block;
}
#author-names-row {
	clear: both;
}

#article {
	margin-top: 20px;
}
#article a {
	word-wrap: break-word;
}
#article p a,
.comment-content a {
	color: #00A3CF;
}
.article-detail {
	padding: 0 0 8px;
}
.article-detail p {
	margin: 0;
}
.article-detail-date {
	float:left;
	font-size: 12px;
}
.article-detail-articleby {
	width: auto;
	float: right;
	display: inline-block;
	font-size: 12px;
}
.article-detail-authors {
	float:right;
}
#article-readmore-section {
	border-left: 3px solid #00A2CF;
	padding-left: 50px;
	margin-bottom: 50px;
}
#article-author-section {
	display: inline-block;
	width: 100%;
	height: auto;
	background-color: #F8F8F8;
	padding: 20px 0px 20px 0px;
	margin-bottom: 20px;
}
#article-author-section h3 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
#article-author-section p {
	font-size: 11px;
}
#article-author-section .leftside {
	width: 40%;
	float: left;
}
#article-author-section .clip-circle {
	margin: 10px auto;
	width: 160px;
	height: 160px;
	border-radius: 100px;
	overflow: hidden;
}
#article-author-section .clip-square {
	margin: 10px auto;
	width: 160px;
	height: 160px;
	overflow: hidden;
}

#article-author-section .authorphoto {
	height: 100%;
	background-size: auto 100%;
}

#article-author-section .rightside{
	width: 60%;
	float: right;
}
#social-detail {
	height: 22px;
	padding: 12px 0 14px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#article img {
	width: 100%;
	height: auto;
}
#article img.normal {
	width: auto;
}
#article h4 {
	color: #4d4d4d;
}
#article h6 {
	font-size: 14px;
	color: #4d4d4d;
	margin-bottom: 0;
	font-weight: bold;
}
#article p {
	line-height: 1.8em;
	margin: 20px 0;
	color: #4d4d4d;
	font-size: 13px;
}
#article ul, #article ol {
	line-height: 1.8em;
	padding-left: 0;
	margin: 3px 0 20px 17px;
	font-size: 13px;
	color: #4d4d4d;
}
#article li {
	margin-top: 10px;
}
#share-bar {
	background: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
#share-bar p {
	float: left;
	font-size: 12px;
	color: #4d4d4d;
	font-weight: 600;
	margin: 0;
	padding: 10px;
}
#share-bar nav {
	float: right;
	margin: 0 10px 0 0;
	padding: 5px 0;
}
#share-bar nav a {
	height: 19px;
	width: 19px;
	vertical-align: middle;
	float:right;
	margin-top: 3px;
}
#share-bar nav span{
	display:inline-block;
	margin-top: 4px;
	float:left;
}

#share-bar nav span span{
	margin: 0;
}
#share-bar .sprite {
	background: url(../images/sprite.png) 0 0 no-repeat;
}
#share-bar span{ width: 19px; height: 19px; margin-right: 10px; cursor: pointer; }
#share-bar .facebook { background-position: 0 -21px; }
#share-bar .twitter { background-position: -20px -21px; }
#share-bar .linkedin { background-position: -40px -21px; }
#share-bar .googleplus { background-position: -60px -21px; }
#share-bar .pinterest { background-position: -80px -21px; }
#share-bar .print { background-position: -100px -21px; }


/* Comments */
#comments h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 0;
}
#comments h4 span {
	color: #818181;
}
.comments-ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.comments-ul p, #comment-status p{
	font-size:12px;
}
#comment-status .ajax-error, #comment-status .wdpajax-error{
	color: red;
}
.comments-ul ul {
	margin-left: 65px;
}
.comments-ul #respond{ margin-left:65px; }
.comments-ul #comment{ width:547px; }
.comments-ul .submit{ margin-bottom: 20px; }
.comments-ul.second #comment{ width: 482px; }
.comments-ul.second .comment-content { width: 490px; }
.comments-ul.third .comment-content { width: 420px; }
.comments-ul li {
	padding-top: 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.comments-ul li:first-child {
	border: none;
}
#comments li li {
	border-top: 1px solid #CCC;
	border-bottom: 0;
}
.comment-img,
.comment-content {
	float: left;
}
.comment-content {
	width: 555px;
	margin-left: 20px;
	padding-bottom: 10px;
}
.comment-content h5 {
	font-size: 14px;
	margin: 0;
	line-height: 1em;
}
.comment-content h5 a {
	font-size: 11px;
}
.comment-content .comment-date {
	color: #acacac;
	font-size: 11px;
	margin: 2px 0;
}
.comment-content p, #sidebar-subscribe p {
	font-size: 12px;
	color: #4d4d4d;
}

#new-comment {
	padding-top: 10px;
}
#new-comment * {
	box-sizing:border-box;
}
#new-comment h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #4D4E4E;
	margin-bottom: 20px;
}
#new-comment input, #new-comment textarea {
	/*font-size: 12px;
	color: #4d4d4d;
	padding: 5px;
	display: block;*/
	margin: 7px 0;
}
#new-comment input {
	font-weight: lighter;
	width: 305px;
	height: 45px;
}
#new-comment textarea {
	font-weight: lighter;
	width: 100%;
	height: 100px;
	resize: none;
}
#new-comment .submit {
	margin-top: 19px;
}

/* Footer */
footer {
	margin-top: 50px;
	width: 100%;
}

footer a:link, .footcopy a:visited, .footcopy a:hover, .footcopy a:active {
	color: white;
	font-weight: 100;
}

footer h2 {
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

#foottop {
	border-top: 5px solid #00A2CF;
	background-color: #4D4E4E;

}
#footer-logo {
	width: 119px;
	height: 35px;
	background: url(../images/MLM-logo-white.png) no-repeat 0 0;
}
.blueline {
	width: 39px;
	height: 5px;
	background: url(../images/blueline.png) no-repeat 0 0;
}
#foottop p {
	font-size: 14px;
	color: #77787B;
}
#foottop a:link, #foottop a:hover, #foottop a:visited, #foottop a:active {
	color: #bbbbbb;
}
#footbottom {
	box-sizing: border-box;
	height: 50px;
	padding: 0px 30px 0px 80px;
	background-color: black;
	font-family: 'Open Sans', sans-serif;
	color: white;
}
.footsocial {
	font-size: 1.4em;
	font-weight: 400;
	float: left;
	margin-top: 15px;
}
.footicon{
	margin-left: 20px;
}
.footcopy {
	font-size: 14px;
	font-weight: 100;
	float: right;
	margin-top: 15px;
}

#footcol1 {
	width: 20%;
	float: left;
	margin: 40px 2px 0px 5%;
}
#footcol2 {
	width: 20%;
	float: left;
	margin: 40px 2% 50px 0px;

}
#footcol3 {
	width: 46%;
	margin: 40px 5% 50px 0px;
	float: right;
}

#stay-connected-footer h5{
	width: auto;
}
#stay-connected-footer p{
	width: auto;
}
#stay-connected-footer div{
	width: 440px;
	position:relative;
	float: left;
	display: block;
}
#stay-connected-left{
	margin-right: 25px;
}
#stay-connected-footer a{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/social-media-footer.png) no-repeat 0 0 transparent;
	margin-right: 8px;
}
#stay-connected-footer a.twitter{ background-position: -42px 0; }
#stay-connected-footer a.facebook{ background-position: -84px 0; }
#stay-connected-footer a.rss{ background-position: -126px 0; }

#stay-connected-footer input{
	width: 334px;
	height: 25px;
	border: 1px solid #CCC;
	padding: 0 8px;
}
#stay-connected-footer .submit{
	width: auto;
	float: right;
}
#stay-connected-footer button{
	margin: 0;
}

/* Forum */
#page{
	border-top: 1px solid #CCC;
	margin-top: -1px;
}

.forum-icon span{
	width: 50px;
	height: 50px;
	line-height: 50px;
	float: left;
	display: block;
	text-align: center;
}

.forum-icon span img{
	float: none;
}

#forum-featured img{
	max-width: 300px;
}

/* MailChimp classes */
.mc4wp-alert {
	padding: 5px 5px;
	margin-top: 20px;
	font-size: 12px;
}
.mc4wp-success {
}
.mc4wp-notice {
	position: absolute;
	top: 40px !important;
	left: -24px !important;
	width: 293px;
	padding: 2px;
	margin-top: 0;
	top: 0;
	left: 0;
}

/* Hide Until Breakpoint */
.show960 {
	display: none;
}
.show810 {
	display: none;
}
.show670 {
	display: none;
}
.show400 {
	display: none;
}
.show340 {
	display: none;
}

/* ==========================================================================
	Helper classes
========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	`contenteditable` attribute is included anywhere else in the document.
 *	Otherwise it causes space to appear at the top and bottom of elements
 *	that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	`:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
	EXAMPLE Media Queries for Responsive Design.
	These examples override the primary ('mobile first') styles.
	Modify as content requires.
	========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
	Print styles.
	Inlined to avoid required HTTP connection: h5bp.com/r
	========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	* Don't show links for images, or javascript/internal links
	*/

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}





/* Main Navigation */
#header-nav {
	float: left;
	padding: 0;
	margin: 0px 0px 10px 0px;
	list-style-type: none;
}
#header-nav > li {
	position: relative;
	top: 25px;
	float: left;
	background: #FFF;
	margin-bottom: 12px;
	/*-webkit-transition: border 0.2s ease-out, margin 0.2s ease-out;
	-moz-transition: border 0.2s ease-out, margin 0.2s ease-out;
	-o-transition: border 0.2s ease-out, margin 0.2s ease-out;
	transition: border 0.2s ease-out, margin 0.2s ease-out;*/
}
#header-nav > li > a {
	padding: 15px 20px 15px 20px;
	background: #FFF;
	position: relative;
}
#header-nav > li > .active {
	border-left: 1px solid #00A2CF;
	border-right: 1px solid #00A2CF;
	padding: 15px 19px 15px 19px;
	z-index: 10;
	background: #00A2CF;
	color: #fff !important;
}
#header-nav a {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #71848f;
}
#header-nav a:hover,
#header-nav .sub-menu a:hover {
	color: #009dda;
}
#header-nav .sub-menu a:hover .arrow {
	background-position: -109px -40px;
}
#header-nav .dd-sprite,
#header-nav .arrow {
	display: none;
}
// .edge-services .sub-menu {
//	width: 440px;
// }
#header-nav .sub-menu .h2-title.by-industry a {
	padding-left: 18px;
}
.sub-menu {
	display: none;
	position: absolute;
	background: #F8F8F8;
	border: 1px solid #e6ebef;
	list-style-type: none;
	padding: 10px 0 0 9px;
	margin: 0;
	left: 0;
	top: 32px;
	z-index: 100;
}
//.edge-services .sub-menu li {
//	float: left;
//	position: relative;
//}
.sub-menu li {
	width: 275px;
	padding-right: 8px;
	padding-bottom: 10px;
	*zoom: 1;
}
.services-subnav li {
	float: none;
	margin: 0;
	padding: 0 9px 9px 9px;
}
#header-nav .sub-menu .h2-title span {
	display: none;
}
#header-nav .sub-menu .h2-title {
	padding: 0;
}
#header-nav .sub-menu .h2-title a {
	font-size: 13px;
	color: #233741;
	margin: 20px 0 0 9px;
	font-weight: normal;
	display: block;
	background: none;
	border: 0;
	padding: 0;
	padding-left: 8px;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	text-transform: uppercase;
}
#header-nav .sub-menu a {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	color: #4c616c;
	// background: #f5f7f9;
	// padding: 16px 8px 16px 16px;
	margin: 0;
	border-bottom: 2px solid #ecf0f3;
}
//.company-subnav {
//	width: 200px;
//	padding: 9px 0;
//}
#header-nav .company-subnav .arrow {
	margin: 2px;
}
#header-nav .dropdown-link .company-subnav a {
	padding: 6px;
	margin: 0 9px 0 9px;
	background: #FFF;
	border: none;
	text-transform: uppercase;
}
#header-nav .sub-menu .h2-title a:hover {
	border: 0;
	background: none;
}
/* Reset the span and arrowin the .sub-menu */
#header-nav .sub-menu .dd-sprite {
	display: block;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 57px;
	height: 32px;
	background: url(../images/sitewide/menu-sprite.jpg) 0 0 no-repeat;
}
#header-nav .sub-menu .edge-data-center .dd-sprite {
	background-position: 0 0;
}
#header-nav .sub-menu .edge-pop .dd-sprite {
	background-position: 0 -32px;
}
#header-nav .sub-menu .edge-wireless .dd-sprite {
	background-position: 0 -64px;
}
#header-nav .sub-menu .network-operators .dd-sprite {
	background-position: -57px 0;
}
#header-nav .sub-menu .content-providers .dd-sprite {
	background-position: -57px -32px;
}
#header-nav .sub-menu .wireless-carriers .dd-sprite {
	background-position: -57px -64px;
}
#header-nav .sub-menu .arrow {
	float: right;
	position: absolute;
	top: 17px;
	right: 17px;
	display: block;
	margin-right: 10px;
	margin-top: 3px;
	background-position: -115px -40px;
	vertical-align: middle;
}
/* Company drop down */
#header-nav .company .sub-menu {
	padding: 9px;
}
#header-nav .company .sub-menu li {
	position: relative;
	width: 182px;
	margin: 0;
	padding: 0;

}
#header-nav .company .sub-menu a {
	padding: 6px;
	margin: 0 0px 0 0px;
	background: #FFF;
	border: none;
	text-transform: uppercase;
}
#header-nav .company .sub-menu a:hover {
	border: 1px solid #ecf0f3;
	background: #f5f7f9;
	padding: 5px;
}
#header-nav .company .sub-menu .dd-sprite {
	display: none;
}
#header-nav .company .sub-menu .arrow {
	position: absolute;
	top: 6px;
	margin-right: 2px;
	margin-top: 2px;
}
